PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / setMarkInformation Method
A com.o2sol.pdf4java.logicalstructure.PDFMarkInformation object specifying whether the document conforms to Tagged PDF specification.
In This Topic
    setMarkInformation Method
    In This Topic
    Sets the document mark information.
    Syntax
    public void setMarkInformation( 
       PDFMarkInformation value
    )

    Parameters

    value
    A com.o2sol.pdf4java.logicalstructure.PDFMarkInformation object specifying whether the document conforms to Tagged PDF specification.
    See Also